Global Index
HTML5 JS API Index > DOM Tutorials & Specs

HTMLParamElement

Extends HTMLElement.

The param element defines parameters for plugins invoked by object elements. It does not represent anything on its own.

Properties
DOMString
name
The IDL attributes name and value must both reflect the respective content attributes of the same name.
DOMString
value
The IDL attributes name and value must both reflect the respective content attributes of the same name.